summaryrefslogtreecommitdiff
path: root/include/unotools/closeveto.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 10:32:47 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 12:05:04 +0200
commit1c909a13a0816e20d365000cc527d93e02633b0c (patch)
tree7a402659f9696c01ceeca51c5ddd2127b3b0e815 /include/unotools/closeveto.hxx
parentd29e614ff9cd91c4e4a1bada6a21884e33323f8d (diff)
com::sun::star->css in include/ucbhelper to include/xmlscript
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
Diffstat (limited to 'include/unotools/closeveto.hxx')
-rw-r--r--include/unotools/closeveto.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/closeveto.hxx b/include/unotools/closeveto.hxx
index fe5521618a71..5c5adc5ac3e3 100644
--- a/include/unotools/closeveto.hxx
+++ b/include/unotools/closeveto.hxx
@@ -38,7 +38,7 @@ namespace utl
class UNOTOOLS_DLLPUBLIC CloseVeto
{
public:
- CloseVeto( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& i_closeable,
+ CloseVeto( const css::uno::Reference< css::uno::XInterface >& i_closeable,
bool bHasOwnership = false);
~CloseVeto();