summaryrefslogtreecommitdiff
path: root/include/svtools/brwbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/brwbox.hxx')
-rw-r--r--include/svtools/brwbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 65bd8096429d..4bfad8d4633a 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -267,8 +267,8 @@ private:
}
bool operator!=(const CursorMoveAttempt& r) const { return !(*this == r); }
};
- typedef std::stack<CursorMoveAttempt> GotoStack;
- GotoStack m_aGotoStack;
+ std::stack<CursorMoveAttempt>
+ m_aGotoStack;
::std::unique_ptr< ::svt::BrowseBoxImpl > m_pImpl; // impl structure of the BrowseBox object