summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmvwimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmvwimp.hxx')
-rw-r--r--svx/source/inc/fmvwimp.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx
index e90fcd217386..1e6a01dab0cb 100644
--- a/svx/source/inc/fmvwimp.hxx
+++ b/svx/source/inc/fmvwimp.hxx
@@ -126,7 +126,6 @@ private:
};
typedef ::rtl::Reference< FormViewPageWindowAdapter > PFormViewPageWindowAdapter;
-typedef ::std::vector< PFormViewPageWindowAdapter > PageWindowAdapterList;
typedef ::std::set< css::uno::Reference< css::form::XForm > > SetOfForms;
typedef ::std::map< css::uno::Reference< css::awt::XControlContainer >, SetOfForms > MapControlContainerToSetOfForms;
class SdrModel;
@@ -156,7 +155,7 @@ class FmXFormView : public ::cppu::WeakImplHelper<
css::sdb::SQLErrorEvent
m_aAsyncError; // error event which is to be displayed asyn. See m_nErrorMessageEvent.
- PageWindowAdapterList
+ std::vector< PFormViewPageWindowAdapter >
m_aPageWindowAdapters; // to be filled in alive mode only
MapControlContainerToSetOfForms
m_aNeedTabOrderUpdate;