summaryrefslogtreecommitdiff
path: root/include/connectivity/sqlparse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sqlparse.hxx')
-rw-r--r--include/connectivity/sqlparse.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index a02d884f6ef4..5e4efe41588f 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -34,7 +34,6 @@
#include <map>
-// forward declarations
namespace com
{
namespace sun
@@ -56,12 +55,12 @@ namespace com
}
}
}
+
namespace connectivity
{
class OSQLScanner;
class SQLError;
-
//= OParseContext
class OOO_DLLPUBLIC_DBTOOLS OParseContext : public IParseContext
@@ -88,7 +87,6 @@ namespace connectivity
virtual ::com::sun::star::lang::Locale getPreferredLocale( ) const SAL_OVERRIDE;
};
-
// OSQLParseNodesContainer
// grabage collection of nodes
@@ -108,7 +106,6 @@ namespace connectivity
typedef salhelper::SingletonRef<OSQLParseNodesContainer> OSQLParseNodesGarbageCollector;
-
//= OSQLParser
struct OSQLParser_Data
@@ -240,12 +237,10 @@ namespace connectivity
sal_Int16 buildLikeRule(OSQLParseNode* pAppend, OSQLParseNode*& pLiteral, const OSQLParseNode* pEscape);
sal_Int16 buildStringNodes(OSQLParseNode*& pLiteral);
-#else
#endif
};
}
-
#endif // INCLUDED_CONNECTIVITY_SQLPARSE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */