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/inc/doc.hxx | |
parent | 0de1e3a015dfcf7a09f021b4a4310a5a8cc28471 (diff) |
remove spurious ::com::sun::star::sdbcx namespace prefix
Change-Id: I37220af64c15259ab5bcf61b324d2a73ed8f5348
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 8816c6f11272..2dc04156d52b 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -421,7 +421,7 @@ private: bool mbInCallModified : 1; //< TRUE: in Set/Reset-Modified link. bool mbIsAutoFmtRedline : 1; //< TRUE: Redlines are recorded by Autoformat. bool mbOLEPrtNotifyPending : 1; /**< TRUE: Printer has changed. At creation of - ::com::sun::star::sdbcx::View + View notification of OLE-Objects PrtOLENotify() is required. */ bool mbAllOLENotify : 1; //< True: Notification of all objects is required. bool mbIsRedlineMove : 1; //< True: Redlines are moved into to / out of the section. |