summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/sqlcommanddesign.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/sqlcommanddesign.hxx')
-rw-r--r--extensions/source/propctrlr/sqlcommanddesign.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/extensions/source/propctrlr/sqlcommanddesign.hxx b/extensions/source/propctrlr/sqlcommanddesign.hxx
index 41bb74e5e85f..43c1cdfcb2ea 100644
--- a/extensions/source/propctrlr/sqlcommanddesign.hxx
+++ b/extensions/source/propctrlr/sqlcommanddesign.hxx
@@ -170,15 +170,6 @@ namespace pcr
*/
bool impl_trySuspendDesigner_nothrow() const;
- /** gets the current value of the command property
- */
- OUString
- impl_getCommandPropertyValue_nothrow();
-
- /** sets anew value for the command property
- */
- void impl_setCommandPropertyValue_nothrow( const OUString& _rCommand ) const;
-
private:
SQLCommandDesigner( const SQLCommandDesigner& ) SAL_DELETED_FUNCTION;
SQLCommandDesigner& operator=( const SQLCommandDesigner& ) SAL_DELETED_FUNCTION;