diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-06-25 14:19:44 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-25 15:04:46 +0200 |
commit | 426b940a9420f3ee48e546168d55cb39237ada0c (patch) | |
tree | 6fa337b85416585e90ba03d670643bdc5b790164 /sw/source/uibase/inc | |
parent | 0de1e3a015dfcf7a09f021b4a4310a5a8cc28471 (diff) |
remove spurious ::com::sun::star::sdbcx namespace prefix
Change-Id: I37220af64c15259ab5bcf61b324d2a73ed8f5348
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r-- | sw/source/uibase/inc/cption.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/cption.hxx b/sw/source/uibase/inc/cption.hxx index 0c1787f1d0b4..0cceb155f7c4 100644 --- a/sw/source/uibase/inc/cption.hxx +++ b/sw/source/uibase/inc/cption.hxx @@ -78,7 +78,7 @@ class SwCaptionDialog : public SvxStandardDialog OUString m_sNone; - SwView &rView; // search per active, avoid ::com::sun::star::sdbcx::View + SwView &rView; // search per active, avoid View SwFldMgr *pMgr; // pointer to save the include SelectionType eType; |