diff options
Diffstat (limited to 'include/connectivity/predicateinput.hxx')
-rw-r--r-- | include/connectivity/predicateinput.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/connectivity/predicateinput.hxx b/include/connectivity/predicateinput.hxx index 4687f170f8e4..6c0829915794 100644 --- a/include/connectivity/predicateinput.hxx +++ b/include/connectivity/predicateinput.hxx @@ -28,14 +28,14 @@ #include <connectivity/sqlparse.hxx> #include <connectivity/dbtoolsdllapi.hxx> -//......................................................................... + namespace dbtools { -//......................................................................... - //===================================================================== + + //= OPredicateInputController - //===================================================================== + /** A class which allows input of an SQL predicate for a row set column into a edit field. */ @@ -116,9 +116,9 @@ namespace dbtools OUString implParseNode(::connectivity::OSQLParseNode* pParseNode,sal_Bool _bForStatementUse) const; }; -//......................................................................... + } // namespace dbtools -//......................................................................... + #endif // INCLUDED_CONNECTIVITY_PREDICATEINPUT_HXX |