summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcomponenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/formcomponenthandler.hxx')
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx b/extensions/source/propctrlr/formcomponenthandler.hxx
index 1b250cef718a..81f72606f1cc 100644
--- a/extensions/source/propctrlr/formcomponenthandler.hxx
+++ b/extensions/source/propctrlr/formcomponenthandler.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -79,7 +79,7 @@ namespace pcr
/// access to property states
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState > m_xPropertyState;
/// the parent of our component
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xObjectParent;
+ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xObjectParent;
/// the database connection. Owned by us if and only if we created it ourself.
mutable ::dbtools::SharedConnection m_xRowSetConnection;
@@ -103,7 +103,7 @@ namespace pcr
/// our component has a "Command" property
bool m_bHaveCommand : 1;
/// the class id of the component - if appliable
- sal_Int16 m_nClassId;
+ sal_Int16 m_nClassId;
public:
FormComponentPropertyHandler(