diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-23 10:23:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-23 11:55:09 +0200 |
commit | ba9b0fb78ab7492839c6127607f9d5a9b3927ed2 (patch) | |
tree | b09577799483e2e9624c9e9c5f0c928172415438 /dbaccess/source/ui/querydesign/querycontroller.cxx | |
parent | a8b555a26067b48f4c1568d476613c5769eb7591 (diff) |
convert SAD constants to o3tl::typed_flags
and drop unused SAD_TITLE_STORE_AS
Change-Id: I5114958b3954e3dc3ffd941334c6c4dbfbed7aea
Diffstat (limited to 'dbaccess/source/ui/querydesign/querycontroller.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index b148f9c26544..8ec7a122ebf3 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -1367,7 +1367,7 @@ bool OQueryController::askForNewName(const Reference<XNameAccess>& _xElements, b getConnection(), aDefaultName, aNameChecker, - SAD_DEFAULT ); + SADFlags::NONE ); bRet = ( aDlg->Execute() == RET_OK ); if ( bRet ) |