summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/commandcontainer.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:03:39 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:03:39 +0200
commit53aa87381a4df49d2d2c34328dc61716b4261ec7 (patch)
tree960b32cda2755f988d0d34e568f1019ad2bce0d2 /dbaccess/source/core/dataaccess/commandcontainer.hxx
parent2cfb9101ab66d1521faa19f4f7e7174aea66a972 (diff)
recreated tag libreoffice-3.3.3.1 which had these commits:
commit 38f9e030925fc02a8e00bdd5985d4375439e199c (tag: refs/tags/libreoffice-3.3.3.1) Author: Petr Mladek <pmladek@suse.cz> Date: Tue May 31 17:39:02 2011 +0200 Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1)
Notes
Notes: split repo tag: base_libreoffice-3.3.3.1 split repo tag: base_libreoffice-3.3.4.1
Diffstat (limited to 'dbaccess/source/core/dataaccess/commandcontainer.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/commandcontainer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/dataaccess/commandcontainer.hxx b/dbaccess/source/core/dataaccess/commandcontainer.hxx
index e1ff6b34357c..a425d7795dbe 100644
--- a/dbaccess/source/core/dataaccess/commandcontainer.hxx
+++ b/dbaccess/source/core/dataaccess/commandcontainer.hxx
@@ -44,7 +44,7 @@ namespace dbaccess
typedef ::cppu::ImplHelper1 < ::com::sun::star::lang::XSingleServiceFactory
> OCommandContainer_BASE;
-class OCommandContainer : public ODefinitionContainer
+class OCommandContainer : public ODefinitionContainer
,public OCommandContainer_BASE
{
sal_Bool m_bTables;
@@ -54,7 +54,7 @@ public:
*/
OCommandContainer(
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _xORB
- ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParentContainer
+ ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParentContainer
,const TContentPtr& _pImpl
,sal_Bool _bTables
);
@@ -77,7 +77,7 @@ protected:
virtual ::rtl::OUString determineContentType() const;
};
-} // namespace dbaccess
+} // namespace dbaccess
#endif // _DBA_COREDATAACCESS_COMMANDCONTAINER_HXX_