summaryrefslogtreecommitdiffstats
path: root/include/connectivity/sqlparse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sqlparse.hxx')
-rw-r--r--include/connectivity/sqlparse.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index 9ad1c322bf1c..10fd1f957dd2 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -66,9 +66,9 @@ namespace connectivity
class OSQLScanner;
class SQLError;
- //==========================================================================
+
//= OParseContext
- //==========================================================================
+
class OOO_DLLPUBLIC_DBTOOLS OParseContext : public IParseContext
{
public:
@@ -93,10 +93,10 @@ namespace connectivity
virtual ::com::sun::star::lang::Locale getPreferredLocale( ) const;
};
- //==========================================================================
+
// OSQLParseNodesContainer
// grabage collection of nodes
- //==========================================================================
+
class OSQLParseNodesContainer
{
::osl::Mutex m_aMutex;
@@ -113,9 +113,9 @@ namespace connectivity
typedef salhelper::SingletonRef<OSQLParseNodesContainer> OSQLParseNodesGarbageCollector;
- //==========================================================================
+
//= OSQLParser
- //==========================================================================
+
struct OSQLParser_Data
{
::com::sun::star::lang::Locale aLocale;