diff options
author | Stefan Weiberg <stefan.weiberg@germandev.org> | 2014-09-01 09:20:45 +0000 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-09-02 04:06:58 -0500 |
commit | a4b9bfb993e9d724431befd1295b107f7758c8fd (patch) | |
tree | d609eef1ab3ea648c109e72acf896ac7cb09cf3f /dbaccess/source/ui/querydesign/TableWindow.cxx | |
parent | 2ec55fd6a1f79e19bb3654953919260a9ff29ece (diff) |
Related fdo#82088: removing and shortening aliases
Change-Id: Iebd9124daffe98b1e38dfa71d8b11f2452e3ddaa
Reviewed-on: https://gerrit.libreoffice.org/11226
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableWindow.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/TableWindow.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx b/dbaccess/source/ui/querydesign/TableWindow.cxx index fcbb884784f5..31f354c0e7fb 100644 --- a/dbaccess/source/ui/querydesign/TableWindow.cxx +++ b/dbaccess/source/ui/querydesign/TableWindow.cxx @@ -59,6 +59,8 @@ using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::accessibility; +namespace DatabaseObject = css::sdb::application::DatabaseObject; + #define TABWIN_SIZING_AREA 4 #define TABWIN_WIDTH_MIN 90 #define TABWIN_HEIGHT_MIN 80 |