summaryrefslogtreecommitdiff
path: root/include/svx/dataaccessdescriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/dataaccessdescriptor.hxx')
-rw-r--r--include/svx/dataaccessdescriptor.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/svx/dataaccessdescriptor.hxx b/include/svx/dataaccessdescriptor.hxx
index 4fb5b0cdd49f..da89069cd00a 100644
--- a/include/svx/dataaccessdescriptor.hxx
+++ b/include/svx/dataaccessdescriptor.hxx
@@ -24,16 +24,16 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <svx/svxdllapi.h>
-//........................................................................
+
namespace svx
{
-//........................................................................
+
class ODADescriptorImpl;
- //====================================================================
+
//= DataAccessDescriptorProperty
- //====================================================================
+
enum DataAccessDescriptorProperty
{
daDataSource, /// data source name (string)
@@ -56,9 +56,9 @@ namespace svx
daComponent /// component name (XContent)
};
- //====================================================================
+
//= ODataAccessDescriptor
- //====================================================================
+
/** class encapsulating the com::sun::star::sdb::DataAccessDescriptor service.
*/
class SVX_DLLPUBLIC ODataAccessDescriptor
@@ -126,9 +126,9 @@ namespace svx
void setDataSource(const OUString& _sDataSourceNameOrLocation);
};
-//........................................................................
+
} // namespace svx
-//........................................................................
+
#endif // INCLUDED_SVX_DATAACCESSDESCRIPTOR_HXX