summaryrefslogtreecommitdiff
path: root/vcl/unx/kde/UnxCommandThread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde/UnxCommandThread.hxx')
-rw-r--r--vcl/unx/kde/UnxCommandThread.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/vcl/unx/kde/UnxCommandThread.hxx b/vcl/unx/kde/UnxCommandThread.hxx
index a3fddefcbfa6..35d79cc825f9 100644
--- a/vcl/unx/kde/UnxCommandThread.hxx
+++ b/vcl/unx/kde/UnxCommandThread.hxx
@@ -81,19 +81,19 @@ protected:
::osl::Mutex m_aMutex;
YieldingCondition m_aExecCondition;
- bool m_aResult;
+ bool m_aResult;
::osl::Condition m_aGetCurrentFilterCondition;
- OUString m_aGetCurrentFilter;
+ OUString m_aGetCurrentFilter;
::osl::Condition m_aGetDirectoryCondition;
- OUString m_aGetDirectory;
+ OUString m_aGetDirectory;
::osl::Condition m_aGetFilesCondition;
- ::std::list< OUString > m_aGetFiles;
+ ::std::list< OUString > m_aGetFiles;
::osl::Condition m_aGetValueCondition;
- ::com::sun::star::uno::Any m_aGetValue;
+ css::uno::Any m_aGetValue;
public:
UnxFilePickerCommandThread( UnxFilePickerNotifyThread *pNotifyThread, int nReadFD );
@@ -109,11 +109,11 @@ public:
OUString SAL_CALL getDirectory();
::osl::Condition& SAL_CALL getFilesCondition() { return m_aGetFilesCondition; }
- ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSelectedFiles();
- ::com::sun::star::uno::Sequence< OUString > SAL_CALL getFiles();
+ css::uno::Sequence< OUString > SAL_CALL getSelectedFiles();
+ css::uno::Sequence< OUString > SAL_CALL getFiles();
::osl::Condition& SAL_CALL getValueCondition() { return m_aGetValueCondition; }
- ::com::sun::star::uno::Any SAL_CALL getValue();
+ css::uno::Any SAL_CALL getValue();
protected:
virtual void SAL_CALL run() override;