summaryrefslogtreecommitdiff
path: root/accessibility/source/standard/vclxaccessibletoolbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/source/standard/vclxaccessibletoolbox.cxx')
-rw-r--r--accessibility/source/standard/vclxaccessibletoolbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/standard/vclxaccessibletoolbox.cxx b/accessibility/source/standard/vclxaccessibletoolbox.cxx
index 9efb9266ae30..126e4c1758d3 100644
--- a/accessibility/source/standard/vclxaccessibletoolbox.cxx
+++ b/accessibility/source/standard/vclxaccessibletoolbox.cxx
@@ -89,7 +89,7 @@ namespace
inline sal_Int32 getIndexInParent() const { return m_nIndexInParent; }
inline void setIndexInParent( sal_Int32 _nNewIndex ) { m_nIndexInParent = _nNewIndex; }
- static bool isWindowItem( const Reference< XAccessible >& _rxAcc, OToolBoxWindowItem** /* [out] */ _ppImplementation = nullptr );
+ static bool isWindowItem( const Reference< XAccessible >& _rxAcc, OToolBoxWindowItem** /* [out] */ _ppImplementation );
public:
OToolBoxWindowItem(sal_Int32 _nIndexInParent,
>XubString->OUStringCaolán McNamara 2013-06-28always call setDeferredProperties for dialog get/set titleCaolán McNamara 2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold 2013-05-22AppendAscii cleanupRicardo Montania 2013-05-17add some bordersCaolán McNamara 2013-05-16replace %s in printer settings dialog with printernameCaolán McNamara 2013-05-16Remove code associated with psprint::CompatMetricOverride serviceNoel Grandin 2013-05-15String.AppendAscii DropRicardo Montania 2013-05-10More gb_PROGRAMDIRNAME clean upStephan Bergmann 2013-05-07officecfg: remove Package_cppheaderMichael Stahl 2013-04-23padmin: let Package deliver to $INSTDIRMichael Stahl 2013-04-11rename UI to UIConfigDavid Tardon 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-05new module i18nlangtagEike Rathke 2013-03-29ResMgr with LanguageTagEike Rathke 2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in padminChr. Rossmanith 2013-03-27-Wunused-macrosStephan Bergmann 2013-03-19further OUString cleanupThomas Arnhold 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-15various .ui fixes caught by linter toolJack Leigh 2013-03-15various efforts to consistently apply HIG rulesCaolán McNamara 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-14fix the non-intuitive OUString::replaceFirst() usageLuboš Luňák 2013-03-12Len() != isEmpty()Caolán McNamara 2013-03-12Len() != isEmpty()Caolán McNamara 2013-03-12Len() != isEmpty()Caolán McNamara 2013-03-12Len() != isEmpty()Caolán McNamara 2013-03-12fdo#38838: Replaced some String with OUStringelixir 2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold 2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim 2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong 2013-03-04doubled includesThomas Arnhold 2013-02-28remove all d.lstMichael Stahl