summaryrefslogtreecommitdiffstats
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 13:53:13 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 14:04:16 +1100
commitc89f9b19cefd08b31b6e5dfa55ea0f4ff757da9c (patch)
tree2deb5f06cce1486ba6d8f708ab701f925bd1e648 /include/vcl/builder.hxx
parentvcl: StartPresentationMode should be using a sal_uInt32 as function param (diff)
downloadcore-c89f9b19cefd08b31b6e5dfa55ea0f4ff757da9c.tar.gz
core-c89f9b19cefd08b31b6e5dfa55ea0f4ff757da9c.zip
vcl: silence doxygen warning
Change-Id: I132672582136abfcec0eeafd2400757def824dbf
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r--include/vcl/builder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 1b6cc1f34dff..b370b025a152 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -47,7 +47,7 @@ class VCL_DLLPUBLIC VclBuilder
{
public:
typedef std::map<OString, OString> stringmap;
- /// These functions create a new widget with parent @pParent and return it in @rRet
+ /// These functions create a new widget with parent pParent and return it in rRet
typedef void (*customMakeWidget)(VclPtr<vcl::Window> &rRet, VclPtr<vcl::Window> &pParent, stringmap &rVec);
public: